ModifyFileSystem
Description
call the ModifyFileSystem interface to modify the description information of the file system.
Request Method
POST
Request Path
/apsara/route/NAS/ModifyFileSystem
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
Description | BODY | string | No | empty | file system description. Limit: is 2 to 128 English or Chinese characters in length. must start with upper and lower case letters or Chinese, and cannot start with http:// and https. can contain numbers, semicolons (:), underscores (_), or dashes (-). |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
FileSystemId | BODY | string | Yes | 1ca404**** | file system ID. |
VolumeSize | BODY | long | No | 1000 | file system capacity. Value: Capacity type: 0~10 PB Performance type: 0~1 PB |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestId | string | 5BC5CB97-9F28-42FE-84A4-0CD0DF42**** | request ID. |
Example
Successful Response example
{
"RequestId":"5BC5CB97-9F28-42FE-84A4-0CD0DF42****"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}